home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Quarterly
/
The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso
/
pc
/
demos
/
az
/
cyberx.dxr
/
00301.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-06
|
405 b
|
19 lines
on siguevid
global timeant
set DifTime to the stopTime of sprite 16 - the movieTime of sprite 16
if DifTime > 20 then
return 1
else
if voidp(timeant) then
set timeant to the movieTime of sprite 16
else
if timeant = the movieTime of sprite 16 then
return 0
else
set timeant to the movieTime of sprite 16
end if
end if
end if
return 1
end